home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BRODIE / SMAILB / !SendMail / usr / smail / lib / config < prev    next >
Text File  |  1995-07-10  |  664b  |  26 lines

  1. # background delivery is not supported
  2. delivery_mode = foreground
  3.  
  4. # the log file names
  5. logfile = /usr/smail/log/logfile_%d
  6. paniclog = /usr/smail/log/panic_%d
  7.  
  8. # the name shown to the outside world
  9. visible_name = delenn.ecs.soton.ac.uk
  10. hostnames = delenn.ecs.soton.ac.uk
  11.  
  12. # the name and path of the smail program -
  13. smail = /smailbin/maildaem
  14.  
  15. # if existing get the user name from "LOGNAME" rather than through uid and /etc/passwd
  16. sender_env_variable = LOGNAME
  17.  
  18. # every user on our host is trusted
  19. -trusted
  20.  
  21. # if any other logging attempt fails use vdu: to output error messages
  22. console = /dev/vdu
  23.  
  24. # send any error messages to the postmaster
  25. error_copy_postmaster
  26.